Click or drag to resize

StreamingSubscription Class

Represents a subscription to a pull-based event notification subscription.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSubscription
    Independentsoft.ExchangeStreamingSubscription

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class StreamingSubscription : Subscription

The StreamingSubscription type exposes the following members.

Constructors
  NameDescription
Public methodStreamingSubscription
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(Boolean, EventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(Boolean, IListEventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(FolderId, EventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(FolderId, IListEventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(IListFolderId, IListEventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(StandardFolder, EventType)
Initializes a new instance of the StreamingSubscription class.
Public methodStreamingSubscription(StandardFolder, IListEventType)
Initializes a new instance of the StreamingSubscription class.
Top
Properties
  NameDescription
Public propertyEventTypes
Contains a collection of event notifications that are used to create a subscription.
(Inherited from Subscription.)
Public propertyFolders
Contains a collection of folder identifiers that are used to identify folders to monitor for event notifications.
(Inherited from Subscription.)
Public propertySubscribeToAllFolders (Inherited from Subscription.)
Public propertyWatermark
Represents an event bookmark in the mailbox events table.
(Inherited from Subscription.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also